<?xml version="1.0"?>
<component name="com.nuxeo.ecm.arender.low.resolution.override">

  <require>com.nuxeo.ecm.arender.low.resolution</require>

  <extension point="operations" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
    <documentation>
      Operation allowing to retrieve a low resolution blob for ARender Previewer.
      Operation returns the blob present in blobXPath property on input document if it's not file:content, otherwise
      operation returns OriginalJpeg picture view if Picture facet is present on document or MP4 480p video if Video
      facet is present on document.
    </documentation>
    <operation class="com.nuxeo.ecm.arender.core.ARenderGetBlob"/>
  </extension>

</component>
